home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / amos / AMOSList_0197.lzh / AMOSLIST / 000015_amos-request@svcs1.digex.net_Sat Jan 4 16:07:29 1997.msg < prev    next >
Internet Message Format  |  1997-02-02  |  3KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.           by mail3.access.digex.net (8.8.4/8.8.4) with ESMTP
  3.       id QAA11308 for <mcox@access.digex.net>; Sat, 4 Jan 1997 16:07:27 -0500 (EST)
  4. Received: (from daemon@localhost)
  5.           by svcs1.digex.net (8.8.4/8.8.4)
  6.       id NAA10909 for amos-out; Sat, 4 Jan 1997 13:59:06 -0500 (EST)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.           by svcs1.digex.net (8.8.4/8.8.4) with ESMTP
  9.       id NAA10906 for <amos-list@svcs1.digex.net>; Sat, 4 Jan 1997 13:59:05 -0500 (EST)
  10. Received: from orca.ucd.ie (orca.ucd.ie [137.43.4.16])
  11.           by mail3.access.digex.net (8.8.4/8.8.4) with ESMTP
  12.       id NAA07601 for <amos-list@access.digex.net>; Sat, 4 Jan 1997 13:59:03 -0500 (EST)
  13. Received: (from mattw@localhost) by orca.ucd.ie (8.8.3/8.6.9) id TAA10039; Sat, 4 Jan 1997 19:06:18 GMT
  14. Date: Sat, 4 Jan 1997 19:06:17 +0000 (GMT)
  15. From: Matt Ward <mattw@orca.ucd.ie>
  16. X-Sender: mattw@orca
  17. To: srobinson@iocentre.co.uk
  18. cc: Amos-List <amos-list@access.digex.net>
  19. Subject: Re: databases and timers.
  20. In-Reply-To: <199701041511.PAA16171@constellation.uk.insnet.net>
  21. Message-ID: <Pine.LNX.3.91.970104185754.9970A-100000@orca>
  22. MIME-Version: 1.0
  23. Content-Type: TEXT/PLAIN; charset=US-ASCII
  24. Status: RO
  25. X-Status: 
  26.  
  27. On Sat, 4 Jan 1997 srobinson@iocentre.co.uk wrote:
  28.  
  29. > FROM: srobinson@iocentre.co.uk
  30. > DATE: January 4th 1997
  31. > Hi y'all. Have a good holiday? Yes. Good.
  32. >  I've got a bit of a problem.I'm doing a database which 
  33. > includes pictures and i'd like to know how to load either 
  34. > brushes or small pictures into a window. Is it possible as i 
  35.  
  36. I`m not sure exactly what you want here but I think if you read th 
  37. section on icons and blocks in the manual or other books it should help
  38. Send me a more detailed description and I`ll see if I can help
  39.  
  40. > don't seem to be getting any luck. Also,how do i get a visual 
  41. > timer to work while waiting for an input (say,a question in a 
  42. > quiz). 
  43.  
  44. Use TIMER to see how much time has elapsed (it counts from 0 when the prog
  45. starts and goes up 50 counts each second) See about it in the manual
  46. As a rule I don`t like to use it but if you want the clock to count in 
  47. seconds you could use something like
  48. EVERY 50 GOSUB clock
  49. where clock is a subroutine that updates the clock, make sure to have 
  50. EVERY ON just before the RETURN
  51. Don`t use INPUT as it halts the program, write your own (if you have 
  52. problems, again give us a shout)
  53.  
  54. Hope this helps! (Probably not!!)
  55.     ____   ____  _______ _______        """
  56.    /    \ /    \/__  __//__  __/        @ @
  57.   / / / // __  /  / /     / /    ---oOO-(_)-OOo---
  58.  / / / // /_/ /  / /     / /     mattw@orca.ucd.ie
  59. / /\/ // /\  /  / /     / /      |__|__|__|__|__|_
  60. \/  \/ \/  \/   \/      \/       __|__|__|__|__|__
  61.